home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1225
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
306b
|
18 lines
on(release){
if(_root.poz == "h")
{
_parent.dr = _root.draglej;
_parent.zastav = 1;
}
else
{
if(_root.poz == "g")
{
_root.poz = "b";
}
_root.pepa.gotoAndPlay(_root.poz add "h");
}
_root.stopdragall();
_root.hideall();
}